home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / frame_1103 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  234 b   |  14 lines

  1. set("/Variables:PositionPerso","Vitrail");
  2. if(eval("/Variables:LunetteMise") == true)
  3. {
  4.    tellTarget(_root.SFX)
  5.    {
  6.       gotoAndStop("Vitrail");
  7.       play();
  8.    }
  9.    tellTarget(Vitrail)
  10.    {
  11.       nextFrame();
  12.    }
  13. }
  14.